home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELC.H
< prev
next >
Wrap
Text File
|
1992-03-28
|
348b
|
23 lines
// CMandelCheckPhase.h
#pragma once
#include "CMandelPhase.h"
class CMandelCheckPhase: public CMandelPhase {
public:
void IMandelCheckPhase(CMandelDoc *, CMandelPhase *, Rect);
virtual CMandelPhase * Perform(void);
protected:
Rect itsRect;
private:
Boolean CheckRect(TDwell *);
void FillRect(TDwell);
};